type runtime.chantype

7 uses

	runtime (current package)
		chan.go#L60: func reflect_makechan(t *chantype, size int) *hchan {
		chan.go#L64: func makechan64(t *chantype, size int64) *hchan {
		chan.go#L72: func makechan(t *chantype, size int) *hchan {
		type.go#L98: 			chantype
		type.go#L386: type chantype struct {
		type.go#L614: 		ct := (*chantype)(unsafe.Pointer(t))
		type.go#L615: 		cv := (*chantype)(unsafe.Pointer(v))